home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / db_close < prev    next >
Text File  |  2001-06-18  |  517b  |  19 lines

  1. OPTIONAL
  2. SYNOPSIS
  3.         int db_close(int handle)
  4.  
  5. DESCRIPTION
  6.         Close the server-connection with the handle <handle>
  7.         Return the handle-number on success.
  8.  
  9.         The function is available only if the driver is compiled with
  10.         mySQL support. In that case, __MYSQL__ is defined.
  11.  
  12. HISTORY
  13.         Added in 3.2.9 .
  14.  
  15. SEE ALSO
  16.         db_affected_rows(E), db_conv_string(E), db_coldefs(E), db_connect(E),
  17.         db_exec(E), db_error(E), db_fetch(E), db_handles(E), db_insert_id(E),
  18.         mysql(C)
  19.